home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 6 / dllexplr.exe / 0 / RCDATA / TFRMCOMPARELISTS / TFRMCOMPARELISTS.txt
Text File  |  1996-10-14  |  1KB  |  53 lines

  1. object frmCompareLists: TfrmCompareLists
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compare Two Lists'
  7.   ClientHeight = 201
  8.   ClientWidth = 295
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 5
  19.     Top = 10
  20.     Width = 163
  21.     Height = 13
  22.     Caption = 'Select two lists for the comparison:'
  23.   end
  24.   object lstboxCompList: TListBox
  25.     Left = 5
  26.     Top = 30
  27.     Width = 281
  28.     Height = 126
  29.     ExtendedSelect = False
  30.     ItemHeight = 13
  31.     MultiSelect = True
  32.     TabOrder = 0
  33.     OnClick = lstboxCompListClick
  34.   end
  35.   object BitBtn2: TBitBtn
  36.     Left = 166
  37.     Top = 168
  38.     Width = 75
  39.     Height = 25
  40.     TabOrder = 1
  41.     Kind = bkCancel
  42.   end
  43.   object btnOK: TBitBtn
  44.     Left = 56
  45.     Top = 168
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 2
  49.     OnClick = btnOKClick
  50.     Kind = bkOK
  51.   end
  52. end
  53.